home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / MiniMac.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2001-03-20  |  3KB  |  121 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 93
  3.   Top = 113
  4.   Width = 644
  5.   Height = 307
  6.   Caption = 'TimerXV Details'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 248
  17.     Width = 183
  18.     Height = 25
  19.     Caption = 'Coyote Development'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -21
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object btnOk: TButton
  28.     Left = 552
  29.     Top = 248
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Close'
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 636
  40.     Height = 241
  41.     Align = alTop
  42.     Caption = 'Panel1'
  43.     TabOrder = 1
  44.     object Image1: TImage
  45.       Left = 14
  46.       Top = 8
  47.       Width = 105
  48.       Height = 105
  49.       Picture.Data = {<image000.bmp>}
  50.       Stretch = True
  51.     end
  52.     object Image2: TImage
  53.       Left = 486
  54.       Top = 48
  55.       Width = 144
  56.       Height = 177
  57.       Picture.Data = {<image001.bmp>}
  58.       Stretch = True
  59.     end
  60.     object Label2: TLabel
  61.       Left = 14
  62.       Top = 148
  63.       Width = 98
  64.       Height = 25
  65.       Caption = 'TimerXV'
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -21
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold, fsItalic]
  71.       ParentFont = False
  72.     end
  73.     object Memo1: TMemo
  74.       Left = 126
  75.       Top = 48
  76.       Width = 353
  77.       Height = 177
  78.       Color = 12713983
  79.       Font.Charset = ANSI_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'Courier New'
  83.       Font.Style = []
  84.       Lines.Strings = (
  85.         'TimerXV (TXV) is an alternative  to Delphi'#39's'
  86.         'Timer component.  In its current state, TXV '
  87.         'lets  '
  88.         'you schedule up to 15 timer events, custom '
  89.         'set the delay intervals between events, '
  90.         'run the events in ascending or descending '
  91.         'order, re-cycle the events ad infinitum,'
  92.         'and more.'
  93.         ''
  94.         'TimerXV Features - '
  95.         '1.  Unlimited cycles'
  96.         '2.  Program up to 15  events at a time'
  97.         '3.  Set individual  delay periods between timer '
  98.         '     events or enter a master delay period to '
  99.         'have '
  100.         '     all events fire after the lapse of a '
  101.         'specified '
  102.         '     time.'
  103.         '4.  Run timer event in ascending or descending '
  104.         '    order.'
  105.         ''
  106.         'TimerXV is brought to you by Coyote '
  107.         'Development--- Email comments to :'
  108.         'MIller349@aol.com'
  109.         ''
  110.         'Thanks to Kirby Turner, principal'
  111.         'at www.thecave.com for his help.'
  112.         '')
  113.       ParentFont = False
  114.       ReadOnly = True
  115.       ScrollBars = ssVertical
  116.       TabOrder = 0
  117.       WantTabs = True
  118.     end
  119.   end
  120. end
  121.